Some notes, tools, and techniques for reverse engineering Golang binaries.
Discover gists
| { | |
| "description": "MacBook: Fn/Ctrl/Option/Command -> Windows physical layout", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "fn", | |
| "modifiers": { "optional": ["any"] } | |
| }, | |
| "to": [{ "key_code": "left_command" }], | |
| "type": "basic" |
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| import requests | |
| url = "https://openlibrary.org/search.json?q=test" | |
| headers = { | |
| "User-Agent": "MyAppName/1.0 (myemail@example.com)" | |
| } | |
| response = requests.get(url, headers=headers) |
This PowerShell script configures firewall and port forwarding rules to allow WSL2 to access services running on the Windows host's 127.0.0.1 (localhost), such as LmStudio, MySQL, or other services.
Problem: By default, WSL2 cannot access services bound to 127.0.0.1 on the Windows host. This script creates the necessary port forwarding rules to enable this access.
Important: The port forwarding rules created by netsh interface portproxy are not persistent across Windows restarts. This script provides solutions to make them permanent.
An guide how to activate Windows 11 Pro for free
Because you will get some more features like an Bitlocker and host your device as an External Desktop which can be accessed through the internet
The answer is yes! You can switch from almost any edition to Pro completely for free!
People which already have Pro, but not activated, can skip to this step.
What you first need to do is open CMD (Command Prompt) as Administrator using this keyboard key:
A guide to running the Cavalry motion graphics software on Linux using Wine.
This guide has been tested exclusively on Wine 11.
Kiosk mode in web browsers is designed for locked-down environments like public terminals, where the browser runs in full-screen with limited navigation. Silent printing (bypassing the print dialog) is often tied to this mode and prints directly to the default printer. This is useful for applications like POS systems, ticketing kiosks, or automated receipt printing. Below, I outline the setup for Google Chrome, Mozilla Firefox, and Microsoft Edge (Chromium-based) as of October 2025. These methods use command-line flags or configuration tweaks. Note: Always test on your target OS (e.g., Windows), and ensure the default printer is set correctly, as these features print to it without prompts.
| Browser | Kiosk Mode Command/Flag | Silent Printing Method | Key Notes |
|---|---|---|---|
| Google Chrome | --kiosk [URL] (e.g., chrome.exe --kiosk https://example.com) |
Add --kiosk-printing to the command line |
Works in full |
This method demonstrates how to activate Windows using PowerShell in administrator mode.
-
Open PowerShell as an administrator:
- Press
Win + S, type "PowerShell," then right-click on Windows PowerShell and select Run as administrator.
- Press
-
Run the following command: